ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1SortCollectionView<T> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (C1SortCollectionView<T>)
    In This Topic
    Gets the sort descriptions applied to the data.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SortDescriptions As System.Collections.Generic.IReadOnlyList(Of SortDescription)
    public override System.Collections.Generic.IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also